Skip to content

ci: release packages#491

Merged
liruifengv merged 1 commit into
mainfrom
changeset-release/main
Jun 9, 2026
Merged

ci: release packages#491
liruifengv merged 1 commit into
mainfrom
changeset-release/main

Conversation

@github-actions

@github-actions github-actions Bot commented Jun 5, 2026

Copy link
Copy Markdown
Contributor

This PR was opened by the Changesets release GitHub action. When you're ready to do a release, you can merge this and the packages will be published to npm automatically. If you're not ready to do a release yet, that's fine, whenever you add more changesets to main, this PR will be updated.

Releases

@moonshot-ai/kimi-code@0.12.0

Minor Changes

  • #569 d7407b0 - Enable micro compaction by default while keeping its opt-out flag.

  • #531 b47734c - Detect Homebrew installations and use brew upgrade kimi-code for updates instead of falling back to npm.

  • #487 4d11394 - Honor the standard HTTP_PROXY / HTTPS_PROXY / ALL_PROXY / NO_PROXY environment variables, including SOCKS proxies, for all outbound traffic.

  • #569 d7407b0 - Make goals, background questions, and sub-skill discovery available without experimental opt-ins.

  • #424 72c4b0a - Add the /swarm command for running agent swarms with live progress and rate-limit-aware retries.

Patch Changes

  • #395 879a7ee - Fix ACP slash skill routing, bootstrap context reads, file and permission edge cases, subagent event handling, and stale-file edit messaging.

  • #529 3b62b12 - Detect Git Bash installed through Scoop and other Git shims on Windows.

  • #547 3765a49 - Rework file reference completion in the TUI.

  • #537 8d0c91f - Wrap long single-line shell commands in approval prompts so the full command remains visible.

  • #552 db82e33 - Fix goal resume behavior by restoring goal state from agent records.

  • #521 9aba465 - Fix the /mcp status panel border being broken by multi-line MCP server errors, which are now folded onto a single row.

  • #543 0c3d556 - Fix session workdir mismatch on Windows caused by inconsistent path separators.

  • #544 5cff6d6 - Load Kimi-specific user Skills and global agent instructions from KIMI_CODE_HOME when it is set.

  • #536 b785e26 - Show full plan cards directly and remove the Plan card keyboard shortcut.

  • #555 41ebe9f - Improve goal mode outcome handling with follow-up messages, safer error pauses, and clearer TUI transcript display.

  • #506 f09ec7b - Remove the per-turn auto-compaction limit so long conversations can keep compacting instead of failing early.

  • #473 3787c30 - Allow the startup session picker to exit with repeated Ctrl-C or Ctrl-D.

  • #210 d995928 - Show the underlying error when migration fails.

  • #541 2db1bd9 - Fix thinking text and tool output display for subagents.

@moonshot-ai/agent-core@0.11.0

Minor Changes

  • #569 d7407b0 - Enable micro compaction by default while keeping its opt-out flag.

  • #487 4d11394 - Honor the standard HTTP_PROXY / HTTPS_PROXY / ALL_PROXY / NO_PROXY environment variables, including SOCKS proxies, for all outbound traffic.

  • #569 d7407b0 - Make goals, background questions, and sub-skill discovery available without experimental opt-ins.

  • #424 72c4b0a - Add the /swarm command for running agent swarms with live progress and rate-limit-aware retries.

Patch Changes

  • #395 879a7ee - Fix ACP slash skill routing, bootstrap context reads, file and permission edge cases, subagent event handling, and stale-file edit messaging.

  • #552 db82e33 - Fix goal resume behavior by restoring goal state from agent records.

  • #544 5cff6d6 - Load Kimi-specific user Skills and global agent instructions from KIMI_CODE_HOME when it is set.

  • #555 41ebe9f - Improve goal mode outcome handling with follow-up messages, safer error pauses, and clearer TUI transcript display.

  • #506 f09ec7b - Remove the per-turn auto-compaction limit so long conversations can keep compacting instead of failing early.

  • Updated dependencies [3b62b12, 72c4b0a]:

    • @moonshot-ai/kaos@0.1.4
    • @moonshot-ai/kosong@0.4.0

@moonshot-ai/kosong@0.4.0

Minor Changes

  • #424 72c4b0a - Add the /swarm command for running agent swarms with live progress and rate-limit-aware retries.

@moonshot-ai/kimi-code-sdk@0.9.0

Minor Changes

  • #487 4d11394 - Honor the standard HTTP_PROXY / HTTPS_PROXY / ALL_PROXY / NO_PROXY environment variables, including SOCKS proxies, for all outbound traffic.

  • #424 72c4b0a - Add the /swarm command for running agent swarms with live progress and rate-limit-aware retries.

Patch Changes

  • #395 879a7ee - Fix ACP slash skill routing, bootstrap context reads, file and permission edge cases, subagent event handling, and stale-file edit messaging.

  • #552 db82e33 - Fix goal resume behavior by restoring goal state from agent records.

@moonshot-ai/acp-adapter@0.2.3

Patch Changes

@moonshot-ai/kaos@0.1.4

Patch Changes

  • #529 3b62b12 - Detect Git Bash installed through Scoop and other Git shims on Windows.

@moonshot-ai/migration-legacy@0.1.11

Patch Changes

@github-actions github-actions Bot force-pushed the changeset-release/main branch 2 times, most recently from 3dee09f to cf25035 Compare June 6, 2026 15:17

@chatgpt-codex-connector chatgpt-codex-connector Bot left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

💡 Codex Review

Here are some automated review suggestions for this pull request.

Reviewed commit: cf250355c8

ℹ️ About Codex in GitHub

Codex has been enabled to automatically review pull requests in this repo. Reviews are triggered when you

  • Open a pull request for review
  • Mark a draft as ready
  • Comment "@codex review".

If Codex has suggestions, it will comment; otherwise it will react with 👍.

When you sign up for Codex through ChatGPT, Codex can also answer questions or update the PR, like "@codex address that feedback".

{
"name": "@moonshot-ai/agent-core",
"version": "0.10.0",
"version": "0.11.0",

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

P2 Badge Avoid versioning private internal packages

This release bump includes @moonshot-ai/agent-core, but that package is marked private: true immediately below and the changeset policy says only @moonshot-ai/kimi-code and @moonshot-ai/kimi-code-sdk are publishable while internal packages such as agent-core should be excluded (.changeset/README.md:13-18). When this release PR is merged, the changelog/release metadata advertises a package version that npm publish will not actually publish; please remove the internal package version/changelog entries or fix the ignore config before generating the release.

Useful? React with 👍 / 👎.

{
"name": "@moonshot-ai/kimi-code-sdk",
"version": "0.8.0",
"version": "0.9.0",

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

P2 Badge Publish the SDK before advertising this version

This release announces @moonshot-ai/kimi-code-sdk@0.9.0, but the package is still marked private: true on the next line even though .changeset/README.md:13-14 lists it as one of the two publishable packages. The inspected release workflow runs pnpm changeset publish after merging, so this private package will not be published to npm while the changelog and release PR claim that 0.9.0 exists; please remove the private flag or avoid bumping the SDK until it can actually be published.

Useful? React with 👍 / 👎.

@github-actions github-actions Bot force-pushed the changeset-release/main branch 19 times, most recently from 6f56df0 to 39dfd79 Compare June 9, 2026 03:48
@github-actions github-actions Bot force-pushed the changeset-release/main branch from 39dfd79 to 379696e Compare June 9, 2026 03:54
@liruifengv liruifengv merged commit 20f7aa3 into main Jun 9, 2026
@liruifengv liruifengv deleted the changeset-release/main branch June 9, 2026 03:54
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant